# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1496.1.18 -> 1.1496.1.19 # arch/ia64/pci/pci.c 1.38 -> 1.39 # arch/ia64/kernel/iosapic.c 1.32 -> 1.33 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/12/19 bjorn.helgaas@hp.com 1.1496.1.19 # [PATCH] ia64: Remove extraneous printks (we get the same information from ACPI). # # (iosapic_init): Remove extraneous printk. # (pci_acpi_scan_root): Remove extraneous printk. # -------------------------------------------- # diff -Nru a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c --- a/arch/ia64/kernel/iosapic.c Sat Dec 20 00:39:03 2003 +++ b/arch/ia64/kernel/iosapic.c Sat Dec 20 00:39:03 2003 @@ -628,9 +628,6 @@ iosapic_lists[num_iosapic].num_rte = num_rte; num_iosapic++; - printk(KERN_INFO " IOSAPIC v%x.%x, address 0x%lx, GSIs 0x%x-0x%x\n", - (ver & 0xf0) >> 4, (ver & 0x0f), phys_addr, gsi_base, gsi_base + num_rte - 1); - if ((gsi_base == 0) && pcat_compat) { /* * Map the legacy ISA devices into the IOSAPIC data. Some of these may diff -Nru a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c --- a/arch/ia64/pci/pci.c Sat Dec 20 00:39:03 2003 +++ b/arch/ia64/pci/pci.c Sat Dec 20 00:39:03 2003 @@ -260,7 +260,6 @@ unsigned int windows = 0; char *name; - printk("PCI: Probing PCI hardware on bus (%04x:%02x)\n", domain, bus); controller = alloc_pci_controller(domain); if (!controller) goto out1;